home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
matrixbullettimefighting.swf
/
scripts
/
DefineButton2_41
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-05-08
|
159b
|
10 lines
on(release){
if(P2set._currentframe == 1 || P2set._currentframe == 4)
{
tellTarget(P1set)
{
gotoAndStop(2);
}
}
}